Fix symbolic-icon-translucent-color reftest
authorAlexander Larsson <alexl@redhat.com>
Tue, 12 Aug 2014 13:43:48 +0000 (15:43 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 12 Aug 2014 13:51:36 +0000 (15:51 +0200)
When using the pre-rendered png symbolics it seems that we're off a
tiny bit in a few of the pixels on the antialiased borders of a
stroke. To fix this we switch the icon to media-playback-stop-symbolic
which has no such antialiased borders.

I don't quite understand why the pixels are off, this needs more
research.

https://bugzilla.gnome.org/show_bug.cgi?id=734668

testsuite/reftests/symbolic-icon-translucent-color.ref.ui
testsuite/reftests/symbolic-icon-translucent-color.ui

index 8e1a8b0ac624e0e7092dda368a461ba1f1fa2133..0319b38b11114127132db394fe3104115566f0f9 100644 (file)
@@ -10,7 +10,7 @@
         <property name="name">reference</property>
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="icon_name">window-close-symbolic</property>
+        <property name="icon_name">media-playback-stop-symbolic</property>
       </object>
     </child>
   </object>
index 9c800bead1a45affcd7e2f97dac5221dc361f653..8d945c498de413975fd08d946f7124522f40753e 100644 (file)
@@ -9,7 +9,7 @@
       <object class="GtkImage" id="image1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="icon_name">window-close-symbolic</property>
+        <property name="icon_name">media-playback-stop-symbolic</property>
       </object>
     </child>
   </object>